debug cli delayed-command

This command allows you to run a specified command after a user-defined interval.

Syntax

# debug cli delayed-command 

Command

Description

<Delay Time> {minutes|seconds} '<Command Name>'

Configures how much time (in minutes or seconds) to wait before running a specific command. The entire command path must be specified and enclosed in apostrophe. To denote carriage returns in the path, use semi-colons (;).

cancel <Command Number>

Cancels the delayed timer for a specific command.

show

Displays configured delayed commands whose timers have not yet expired.

Command Mode

Privileged User

Example

This example performs a firmware upgrade after 10 minutes:

# debug cli delayed-command 10 minutes ‘copy firmware from http://10.3.1.2:1400/tftp/SIP_F7.20A.150.001.cmp’